projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
facd258
)
(cua--update-indications): Fix last change.
author
Kim F. Storm
<storm@cua.dk>
Mon, 3 May 2004 13:39:24 +0000
(13:39 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 3 May 2004 13:39:24 +0000
(13:39 +0000)
lisp/emulation/cua-base.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-base.el
b/lisp/emulation/cua-base.el
index c248dbbdcf21729fc9ce921bae5cf3a75a3d93c8..6a0e8a00cdea3f60d49f8c24ae092410d5319226 100644
(file)
--- a/
lisp/emulation/cua-base.el
+++ b/
lisp/emulation/cua-base.el
@@
-1039,7
+1039,7
@@
If ARG is the atom `-', scroll upward by nearly full screen."
(set-cursor-color color))
(if (and type
(symbolp type)
- (not (eq type
(frame-parameter nil 'cursor-type)
)))
+ (not (eq type
default-cursor-type
)))
(setq default-cursor-type type))))